Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - des simulation
Search - des simulation - List
DL : 0
简单的DES加密解密模拟程序,可以对任意格式的文件操作-simple simulation DES encryption and decryption procedures, the arbitrary format file manipulation
Update : 2008-10-13 Size : 38571 Publisher : 木木

设计一个请求页式存储管理方案。并编写模拟程序实现之。产生一个需要访问的指令地址流。它是一系列需要访问的指令的地址。为不失一般性,你可以适当地(用人工指定地方法或用随机数产生器)生成这个序列,使得 50 %的指令是顺序执行的。 25 %的指令均匀地散布在前地址部分, 25 %的地址是均匀地散布在后地址部分。页面替换算法采用 Fifo 页面替换算法,在发生页替换时,不仅需要更改页表,还需将被替换的页回到辅存。-Page request to design a storage management program. And to prepare the realization of simulation program. A need to access the instruction address stream. It is a series of instructions need to access the address. For losing the general, you can use an appropriate (designated land use of artificial methods or random number generator) to generate this sequence, making 50 of orders are the order of execution. 25 of the command to spread evenly in the former address of 25 percent of the addresses are evenly spread in the latter part of the address. Page replacement algorithm using Fifo page replacement algorithm, page replacement in the event of not only need to change the page tables, will be needed to replace the page to return to Des depositors.
Update : 2024-04-27 Size : 313344 Publisher : 小明

Booksyeshi
DL : 0
请求页式存储管理 操作系统课程设计 设计一个请求页式存储管理方案。并编写模拟程序实现之。页面淘汰算法采用 FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存-Request page storage management operating system, curriculum design to design a request page storage management programs. And to prepare the realization of simulation program. Page-out algorithm uses FIFO page-out algorithm, and in one out of only the page in the page table to erase. Rather than to judge whether it had been rewritten, not to write it back to Des depositors
Update : 2024-04-27 Size : 261120 Publisher : asfd

DL : 0
设计一个请求页式存储管理方案。并编写模拟程序实现。 产生一个需要访问的指令地址流。它是一系列需要访问的指令的地址。为不失一般性,你可以适当地(用人工指定地方法或用随机数产生器)生成这个序列。为简单起见,页面淘汰算法采用FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存。 -Page request to design a storage management program. And the preparation of simulation program. A need to access the instruction address stream. It is a series of instructions need to access the address. For losing the general, you can use an appropriate (designated land use of artificial methods or random number generator) to generate this sequence. For simplicity, the page-out algorithm uses FIFO page-out algorithm, and in one out of only the page in the page table to erase. Rather than to judge whether it had been rewritten, not to write it back to Des depositors.
Update : 2024-04-27 Size : 2039808 Publisher : wyywd

DL : 0
Les méthodes géométriques sont les méthodes les plus répandues en simulation indoor. On a cité les principales familles de ces méthodes. Il s’avère qu’il n’existe pas de meilleures méthodes que d autres. En effet, le choix d’une méthode par rapport à une autre dépend des objectifs principaux qui sont fixés au début du travail. Il est donc fondamental de faire un compromis entre le nombre de rayons à calculer et la complexité de calcul.
Update : 2024-04-27 Size : 218112 Publisher : baba

Les méthodes géométriques sont les méthodes les plus répandues en simulation indoor. On a cité les principales familles de ces méthodes. Il s’avère qu’il n’existe pas de meilleures méthodes que d autres. En effet, le choix d’une méthode par rapport à une autre dépend des objectifs principaux qui sont fixés au début du travail. Il est donc fondamental de faire un compromis entre le nombre de rayons à calculer et la complexité de calcul.
Update : 2024-04-27 Size : 27980800 Publisher : baba

Le simulateur ns permet la description et la simulation de réseaux IP. Le réseau est représenté (modélisé) par ses sources de trafic (applications), ses protocoles (UDP, TCP), ses routeurs (avec leurs files d attente) et les liens qui les relient. Le réseau est xgraph pour dessiner des courbes). L utilisateur décrit le modèle de son réseau, c est-à-dire les éléments qui le constituent, dans le langage OTcl (une extension objet du langage tcl). Ce fichier est ensuite passé au simulateur proprement dit. Celui-ci se nomme ns. Le modèle étant décrit dans le fichier modele.tcl, on exécute : > ns modele.tcl-Le simulateur ns permet la description et la simulation de réseaux IP. Le réseau est représenté (modélisé) par ses sources de trafic (applications), ses protocoles (UDP, TCP), ses routeurs (avec leurs files d attente) et les liens qui les relient. Le réseau est xgraph pour dessiner des courbes). L utilisateur décrit le modèle de son réseau, c est-à-dire les éléments qui le constituent, dans le langage OTcl (une extension objet du langage tcl). Ce fichier est ensuite passé au simulateur proprement dit. Celui-ci se nomme ns. Le modèle étant décrit dans le fichier modele.tcl, on exécute : > ns modele.tcl
Update : 2024-04-27 Size : 47104 Publisher : hassan

DL : 0
fichier de simulation des machines asynchrones
Update : 2024-04-27 Size : 10240 Publisher : oualidberr

1、分析典型网络聊天应用软件(如QQ、MSN等)的实现原理,模拟设计一套网络聊天应用程序,必须实现以下功能: ①按照C/S结构分别设计服务端程序和客户端程序; ②服务端通过图形用户界面实现对服务器的控制,负责维护用户帐户和用户群,并维护用户信息、维持客户端之间的端对端通信和群聊通信、适时维护用户在线信息,并能够发送广播消息。 2、增加尽可能多的功能,用户界面友好,操作简便,代码设计遵从程序设计规范,易读性强,对关键过程和代码进行标注说明。 3、程序设计过程遵从软件工程规范,有需求分析、系统设计和详细设计过程,有相应的规范化说明文档。 - 1, analyzing typical network chat application (such as QQ, MSN, etc) and the realization of the principle, the simulation design a set of network chat application, must meet the following functions: (1) respectively in accordance with C/S structure design service the program and the client program (2) the server through the graphical user interface to realize the control of the server, and is responsible for maintaining the user account and the user group, and maintain customer information between the client and maintain the end-to-end communication and group chat communication, timely maintenance users, and to send information online radio news. 2, increase as many of the function, user friendly interface, easy operation, and code design program design specifications, follow strong sex is easy to read, to key process and the code that to mark. 3, program design process of software engineering, have to comply with the standard requirement analysis, system design and detailed des
Update : 2024-04-27 Size : 82944 Publisher : xuxiaofeng

DL : 0
Etudes performances de système de communications par satellite (simulation DSP)-Etudes des performances de système de communications par satellite (simulation DSP)
Update : 2024-04-27 Size : 11264 Publisher : samirsaid

simulation des noeuds
Update : 2024-04-27 Size : 1024 Publisher : Mils

简单易懂的DES加密解密模拟程序源码码,能对任意格式的文件操作 -Straightforward DES encryption and decryption simulation program source code files of any format
Update : 2024-04-27 Size : 38912 Publisher : chenhebingb

peersim simulation des P2P
Update : 2024-04-27 Size : 1514496 Publisher : sarah

This project presents FPGA implementations of the DES and Triple-DES with improved security against power analysis attacks. The proposed designs use Boolean masking, a previously introduced technique to protect smart card implementations from these attacks. Triple DES was the answer to many of the shortcomings of DES. Since it is based on the DES algorithm, it is very easy to modify existing software to use Triple DES. It also has the advantage of proven reliability and a longer key length that eliminates many of the shortcut attacks that can be used to reduce the amount of time it takes to break DES. However, even this more powerful version of DES may not be strong enough to protect data for very much longer. The DES algorithm itself has become obsolete and is in need of replacement.DES encrypts data in 64-bit and it is a symmetric algorithm. The key length is 56-bits. KEY WORDS: DES, Encryption, Decryption, Cryptography, Simulation, Synthesis, TDES, Cipher.
Update : 2024-04-27 Size : 5363712 Publisher : abilash

DL : 0
以DES加密算法为例理解对称密码算法,用计算机模拟DES加密解密算法。 -DES encryption algorithm as an example to understand the symmetric cipher algorithm, using computer simulation DES encryption and decryption algorithms.
Update : 2024-04-27 Size : 3920896 Publisher : 陈烁

DL : 0
阵元失效会破坏拖曳线列阵的幅相分布,导致阵列的旁瓣级出现明显升高,严重影响了阵列的性能。阵元失效条件下 的波束形成是一个非线性的最小平方的优化问题,对其直接求解非常困难。针对这一情况,提出了一种基于遗传算法的阵元 失效校准方法。算法的基本思想是将失效阵元的权重强制为零,并使得阵列的实际响应与期望响应在主瓣区域相匹配,同时 对阵列响应的旁瓣级作出限制-Failed elements will des仃oy the amplitude and phase distribution and yield an increase in the sidelobe level.It call seriously degrade the performance of art towed linear array.Beamforming in the presence of element failure can be seen as a non-linear least squares fitting question and the computations ale difficult.Aimming at this problem,an optimized method of element failure correction based on genetic algorithm is presented basic principle is to match the array response to a desired response over the mainlobe regions and minimize the weighted mean—square value of the response over the sidelobe regions.At the same time, weights offailed elements are forced to zero.Result ofthe simulation indicates that the method is feasible and effective.
Update : 2024-04-27 Size : 604160 Publisher : 赵杰

L’objectif de cette thèse est l’étude théorique et par simulation numérique des systèmes de filtrage active de puissance en utilisant différentes stratégies de contrô le
Update : 2024-04-27 Size : 10741760 Publisher : samir

直接序列扩频通信系统仿真设计,对扩频的整个工作过程进行详细的介绍,并且最后给出matlab代码的实现-Direct sequence spread spectrum communication system simulation design, the spread of the entire work process to carry out a detailed introduction, and finally gives the implementation of matlab code
Update : 2024-04-27 Size : 2452480 Publisher : 张飞

matlab simulation of parallel active filter connected to a three-phase network
Update : 2024-04-27 Size : 19456 Publisher : nadir

DL : 0
基于Quartus ii 平台的DES加密算法Verilog设计和modelsim仿真(DES encryption algorithm design and Modelsim simulation based on Quartus II platform)
Update : 2024-04-27 Size : 792576 Publisher : xuan3731
« 1 23 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.